home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / pira151a.zip / SETUP.DOC < prev    next >
Text File  |  1988-02-08  |  4KB  |  76 lines

  1. Please refer to the sample batch file below to see what is taking place:
  2.  
  3. Here is how I run RBBS programs. You will need to do several things. I will
  4. assume you are already familar with running PCBoard type Door Programs.
  5. Your LIVEn batch file will first take the CALLINFO.BBS and convert it to a
  6. PCBOARD.SYS file. Do this using the MAKEPCB2 included in this archive. Also
  7. I keep a copy of PCBOARD.DAT in my Wildcat home directory. You can make
  8. the .DAT using the info in the file DAT4CAT.ARC.
  9.  
  10. Next you will need to copy this over to the directory where you are running
  11. the RBBS program. This is probally not necessary, I just found it easier to
  12. get Condor to do it's thing properly. Now the tricky part is to run
  13. Condor and create a RBBS MESSAGES file from the information in PCBOARD.SYS
  14. and though it doesn't say it, I am convinced that the PCBOARD.DAT file has to
  15. be there as well.
  16.  
  17. Now what Condor does is update the messages file everytime for the current
  18. user, baud rate, time remaining, graphics mode and a few other things. I can't
  19. remember for sure but I also think condor creates a RCTTY.BAT file which
  20. RBBS uses but it not mandatory for this setup except that I think it has
  21. to just exist. I am including a sample. **** The other file that most RBBS
  22. programs needs is the RBBS-PC.DEF which contains information such as Sysop's
  23. name, BBS name, com port, opening speed of com port. If TW III requires this
  24. file, you have two alternatives. Either try and get the file structure for it.
  25. I don't have that info. Or get a copy of Config.Exe which creates this file.
  26. If you like, I can make you a def file. You will need to supply me the info
  27. that Condor suggests, Sysop name, bbs name, etc. Or if you want, you can
  28. download RBBSEX.ARC from the IBMCOM area. It contains the RBBS program as
  29. well as the Config.exe . Only problem is it is 292K. Or find you a RBBS Sysop
  30. to make it for you. This is a one time thing for this file so once you get
  31. it made, you won't have to worry about it again unless you change something
  32. such as name, etc.
  33.  
  34. *******************************
  35.  
  36. **** Let's try this. Look at the sample RBBS-PC.DEF file. Treating each item
  37. seperated by commas, on Line 1 the 4th item is the Sysop's First Name, the
  38. 5th item is the last name.  On line 2, the 9th item is the com port.
  39. Line 6, the 26th item is your BBS name, and 30th item is the speed your
  40. modem opens. I use a USRobotics and had to open it at 300 with RBBS.
  41. You can try modifying the file in that manner and it should work. If not,
  42. let me know.
  43.  
  44. Per the above ****, I was informed tonight that Trade Wars III does not need
  45. to access data from the .def file though the Sysop's name and BBS name does
  46. have to come from somewhere.  I am still including my .def file just in case
  47. you need it. If nothing else, leave it in the same directory that Condor is in.
  48.  
  49.  
  50.  
  51. REM This is my Live19.bat to run RBBS Door Monitor
  52. echo off
  53. cls
  54. makepcb2                     ;makes pcboard.sys
  55. copy pcboard.* \live\rbbs    ;copy pcboard.sys & pcboard.dat to live directory
  56. cd\live\rbbs                 ;change to live directory
  57. condor pcboard.sys messages  ;condor takes pcboard.sys and makes messages
  58. if errorlevel 3 goto exit    ;condor sends errorlevel 3 on error
  59. monitor 1                    ;run door monitor (or other RBBS program)
  60. :exit                        ;branch on errorlevel 3
  61. cd\wildcat                   ;return to Wildcat home directory
  62. cat                          ;run cat batch  (reload Wildcat)
  63.  
  64.  
  65.  
  66. If worse comes to worse then maybe I can get TW III later and let you know
  67. just the exact requirements. Since I am not running it, it is hard for me
  68. to say just what is needed, but the above is based on my experience with
  69. converting from Wildcat to PCBoard to RBBS.
  70.  
  71.                                           Tom Rigler
  72.                                           Sysop - Tom's Computer Den
  73.                                           Brazoria, Tx
  74.                                           409-798-5547 (data)
  75.                                           409-798-5513 (voice)
  76.